home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 83
/
(Vol 83) My Disc.iso
/
Interface
/
md.000
/
scripts
/
DefineButton2_101
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2007-09-26
|
183b
|
11 lines
on(release){
if(_root.conectado == 1)
{
_level6.browser("http://www.topgames.com.br/cd/contato.php",2);
}
else
{
_level6.chama_discador();
}
}